Welcome![Sign In][Sign Up]
Location:
Search - Student Result

Search list

[Web Serverzhizicncj

Description: 1、学生只需输入学号和密码便可查询成绩信息 2、学生密码系统默认为111111 3、学生登录后可进行查询成绩、为管理员留言、修改密码操作 4、管理员默认用户名为admin密码为lxyxnini 5、留言系统:学生可通过此留言系统将一些不明白的问题或建议等为管理员留言 后台可对班级、课程、学期、学生、成绩等进行管理 管理员:admin/admin-1. Students can enter the student number and password can inquire result information 2, student default password is 111111 3, students can log on query results, a message for the administrator, change passwords operation 4, the administrator default user name admin password lxyxnini 5, message system: students through this message will not understand some of the questions or suggestions for administrators message Background can classes, courses, semester, student, performance management, etc. Administrator: admin/admin
Platform: | Size: 196608 | Author: bgrvi | Hits:

[Software EngineeringPROJECT

Description: THIS A PROJECT OF 7TH SEMESTER FOR COLLAGE USE AND FOR BETTER RESULT OF A STUDENT -THIS IS A PROJECT OF 7TH SEMESTER FOR COLLAGE USE AND FOR BETTER RESULT OF A STUDENT
Platform: | Size: 509952 | Author: palak | Hits:

[Software EngineeringStuSelectCourse

Description: 一个教务管理系统,本系统提供的功能有:各类角色账号的开设与管理、课程的开设与删除、教师登录成绩、学生查询成绩和课程的选择等。-A teaching management system, this system provides functions are: all kinds of roles of account opening and management, and delete login, teacher performance and student query result and course selection, etc.
Platform: | Size: 17759232 | Author: lb | Hits:

[OtherB1

Description: 学生成绩核算系统的设计与实现(25分) 课题内容: 设计一个学生成绩核算系统。能实现从文件中读取学生成绩资料,并提供成绩查询统计服务。 课题要求: (1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。 (6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。 程序设计参考思路: 1、建立文本文件 note.dat,第一行为学生的总人数,其后为每个学生的成绩,每个学生的信息占一行,格式为: 学号(9位) 平时成绩 期中考试成绩 期末考试成绩 2、从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩时,数据的读入方式可用C语言中的文件读入方式进行,也可用C++中的流实现。 3、 每次计算出的结果可在屏幕输出,并把每个学生的总评成绩输入到新文件out.dat文件中, 格式为: 学生学号(9位) 总评成绩 成绩等级-Design and implementation of student achievement calculation system (25 points) DISCLOSURE: A design student achievement calculation system. To achieve student achievement data read the file, and provides query performance statistics service. This issue, as well as proficiency in a variety of operations-friendly interface design files, arrays, structures. Requirements of the subject: (1) according to the class according to the curriculum the document read into the corresponding usual result, mid-term exams and final exam. (2) the percentage of the total grades three score is defined as a constant, 30 of the total marks, 30 and 40 . (3) calculate the total grades of each student. (4) Calculation of the class of the course grade point average. (5) Calculation is excellent, the percentage of good, in passing, as well as the number of students failing the total. Wherein 100-90 as excellent, 89-80 as good, 79-70 to the 69-60 to pass, 60 points or less failed. (6) required outpu
Platform: | Size: 4096 | Author: HXM | Hits:

[JSP/Java2013121117592143

Description: 通过登录页面,管理员输入账号和密码登录系统然后进行各个模块的管理 (1)学期信息管理:完成对学期信息的添删改查操作! (2)班级信息管理:完成对班级信息的添删改查操作! (3)学生信息管理:完成对学生信息的添删改查操作! (4)课程信息管理:完成对课程信息的添删改查操作! (5)成绩信息管理:完成对成绩信息的添删改查操作!-Through the login page, the administrator input account and password to login system and then to the management of the various modules Complete information management: (1) semester semester information add and delete operation! (2) the class information management: the complete information of add and delete operation to the class! (3) the student information management: to add and delete student information operation! (4) the course information management: add and delete operation of course information. (5) the performance information management: the complete information of add and delete operation to the result!
Platform: | Size: 4070400 | Author: wufan | Hits:

[ADO-ODBCStuSys

Description: 天津大学软件实习 qt实现的学生管理系统 主要功能: 用户登录 学生添加 学生选课 学生成绩添加 成绩查询 宿舍成员查询等-Tianjin University Software internship qt achieve student management system The main function: User login Students add Student Course Add student achievement Result inquiry Dormitory member inquiry
Platform: | Size: 17408 | Author: xbx | Hits:

[VC/MFCSORTING

Description: sort student data txt file and put the result back into a txt file-sort student data txt file and put the result back into a txt file
Platform: | Size: 2048 | Author: bayuseyoga | Hits:

[ConsoleApplication8

Description: 一个班有 5 名学生,每个学生修了五门课,1)求每个学生的平均成绩,并输出每个学生的学号,每门课程的成绩及平均值。2)求某门课程的平均分; 1、分别编写2 个函数实现以上2 个要求。 2、第1 个函数用数组名作参数。第2 个函数用指针用参数,并在函数体内用指针对数组操作。(A class has 5 students, each student takes five courses, 1) asks each student's average grade, and outputs each student's school number, each course's result and the average value. 2) ask for the average of a course;)
Platform: | Size: 2176000 | Author: 十三丶 | Hits:

[Windows Develop实验四 框架窗口 (1)

Description: 本实验中,Ex_Form 是用表达视图来进行学术的课程成绩管理的一个简单例 程。同时,为了能用列表视图来显示学生的课程成绩,还添加了“多视图的切换” 功能。Ex_Look 是一个自然的简单资源浏览器的例程,其中还用到了切分窗口、 文档和文件夹的本地查找以及 CImageList 类的使用等。(In this experiment, Ex_Form is a simple example of the management of academic curriculum performance by using the expression view Cheng. At the same time, in order to use the list view to display student's course result, also added "multi view" switching" Function. Ex_Look is a natural, simple resource browser routine that also uses a split window, Local lookups for documents and folders, and the use of CImageList classes.)
Platform: | Size: 517120 | Author: 萌主 | Hits:

[matlab车牌识别系统MATLAB源代码完整

Description: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
Platform: | Size: 89088 | Author: 为谁甜 | Hits:

[WEB Code在线考试系统

Description: 根据驾校的需求,可以知道该在线考试系统中具有两种用户,分别是老师和学生。学生进入在线考试系统后,就是进行答题。试题应该是不固定的,要随机产生。学生提交试卷或者考试时间到后,要能够看到考试的成绩,并且能够看到正确答案。 老师进入在线考试系统后,首先要做的就是录入试题,并且能够对已经录入的试题进行管理。老师还可以看到学生的考试成绩和一个班级的考试成绩。(According to the driving school needs, you can know that the online examination system has two kinds of users, namely teachers and students. Students enter the online examination system, that is, the answer. The test questions should be irregular and randomly generated. When students submit papers or exam time, they should be able to see the test results and be able to see the correct answer. After the teacher enters the online examination system, the first thing to do is to enter the test questions, and to be able to manage the questions that have been entered. The teacher also can see the student's examination result and a class examination result.)
Platform: | Size: 4675584 | Author: zhouych | Hits:

[VC/MFC12152314lixiang534

Description: 用对话框输入学生成绩,姓名,学号以及成绩三门成绩等内容。用到静态文本,编辑框,旋转按钮控件等控件。(Use the dialog box to input the student's achievement, the name, the student number as well as the result three achievements and so on. Use static text, edit box, rotate button control and other controls.)
Platform: | Size: 24126464 | Author: 阿懒Alan | Hits:

[CSharp成绩管理系统

Description: 学生成绩管理系统,学生登录,注册,成绩查询,个人信息管理,教师管理学生成绩等,管理员管理全部(Student achievement management system, student login, registration, result inquiry, personal information management, teacher management student achievement and so on, the administrator manages all)
Platform: | Size: 523264 | Author: wmq201200 | Hits:

[OthercjDWKPerformance

Description: Source code features Backstage login, authority management, suitable for the two development and use, welcome to download learning Two. Function introduction The source code is a performance management system source code, divided into teacher login and student login, with different rights Three. Menu function Teacher management 1, student information management: add students; delete students; check all student information; evaluate 2, student achievement management: record the achievement; modify the result 3. The student achievement statistics: the average scores of various subjects; the ranking of grades 4. Exit
Platform: | Size: 3627008 | Author: 柴沟 | Hits:

[JSP/Javates参考代码20171103版

Description: 角色管理,权限管理,班级管理,学生管理,评价管理,评价指标管理,评价结果,学生评老师,领导评老师,同行评价老师,自评。(Role management, permission management, class management, student management, evaluation management, evaluation index management, evaluation result, student evaluation teacher, leader evaluation teacher, peer evaluation teacher, self evaluation.)
Platform: | Size: 26766336 | Author: java_leaf | Hits:

[WEB Code19

Description: 学生成绩查询系统是以asp+excel进行开发的成绩查询系统。(Student achievement query system is a result query system developed by asp+excel.)
Platform: | Size: 20480 | Author: 4yherd | Hits:

[Software EngineeringP804

Description: 先从键盘读入的8个学生的6门课成绩存放在二维数组student中(每一行存储一个学生的数据,第0列为学号,第1~6列依次为6门课的成绩),再从键盘读入一个学号,在student查找该学生是否存在,若存在,则输出其平均成绩,若不存在,则显示“not Find!”。(The results of the 8 students' 6 classes first read from the keyboard are stored in the two-dimensional array student (each row is stored in a student's data, zeroth is a school number, first to 6 in order of 6 courses), and then a school number is read from the keyboard to find out whether the student exists in the student, and if there is, the average result is not stored. If it does not exist, if it does not exist In this case, it shows "not Find!".)
Platform: | Size: 194560 | Author: 池殃 | Hits:
« 1 2 3 4 5 6 7»

CodeBus www.codebus.net